home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / stewie.swf / scripts / DefineSprite_77 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  216 b   |  13 lines

  1. _root.stop();
  2. loading = _root.getBytesLoaded();
  3. total = _root.getBytesTotal();
  4. percent = loading / total * 100;
  5. if(loading != total)
  6. {
  7.    loadBarMask._xscale = percent;
  8. }
  9. else
  10. {
  11.    this.gotoAndPlay(3);
  12. }
  13.